|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Category is the class for signature subcategories. More...
Public Member Functions | |
| Bool | getRetired () |
| Returns the retired value. More... | |
| void | setRetired (Bool) |
| Sets the retired value. More... | |
| string | getCategoryName () |
| Returns the subcategory name. More... | |
Category is the class for signature subcategories.
| string Category::getCategoryName | ( | ) |
Returns the subcategory name.
| Bool Category::getRetired | ( | ) |
Returns the retired value.
| void Category::setRetired | ( | Bool | ) |
Sets the retired value.
| val,the | retired value. Retired values: eDefault = 0, eFalse = 1, eTrue = 2 |